home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Tools / SFX-Player / Mpeg / MrMPEG / Clean.rexx < prev    next >
OS/2 REXX Batch file  |  2000-05-08  |  81b  |  9 lines

  1. /* Clean.rexx */
  2.  
  3. address MrMPEG
  4.  
  5. call Stop()
  6. call Save(0)
  7. call ListSave(0)
  8. quit
  9.